STEP 11: Let's shorten the wait before our next robot authenticates!
- Find the line stage.wait(2) in your code below.
- Change the number in .wait() from 2 to 0.75.
A number that has fractional or decimal parts is called a float. 0.75 is a float, not an integer!
To navigate the page using the TAB key, first press ESC to exit the code editor.